home *** CD-ROM | disk | FTP | other *** search
/ Digital Underground 1 / Digital Underground 1.iso / main / gal7.dir / 00029.ls < prev    next >
Encoding:
Text File  |  1995-04-11  |  444 b   |  21 lines

  1. on mouseDown
  2.   set spnum to the clickOn
  3.   puppetSprite(spnum, 1)
  4.   set the castNum of sprite spnum to the number of cast "PHOTO_D"
  5.   updateStage()
  6.   repeat while the stillDown
  7.     updateStage()
  8.   end repeat
  9.   puppetSprite(spnum, 0)
  10. end
  11.  
  12. on mouseUp
  13.   global mov_name
  14.   set mov_name to the castNum of sprite 10
  15.   set the controller of cast mov_name to 0
  16.   updateStage()
  17.   go("pict")
  18.   set the controller of cast mov_name to 1
  19.   updateStage()
  20. end
  21.